home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 8 / Material Dictionary 8.iso / sozai.exe / sozai.DXR / 00001_Symbol.ls next >
Encoding:
Text File  |  1996-01-05  |  269 b   |  21 lines

  1. on mouseDown
  2.   if the optionDown then
  3.     in(18)
  4.     updateStage()
  5.     repeat while the stillDown
  6.       nothing()
  7.     end repeat
  8.     out(18)
  9.     updateStage()
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   if the optionDown then
  15.     nothing()
  16.   else
  17.   end if
  18.   out(18)
  19.   updateStage()
  20. end
  21.